Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

[Ready for Review] Chunked query responses #418

Merged
merged 8 commits into from
Mar 1, 2017

Conversation

pkittenis
Copy link

@pkittenis pkittenis commented Feb 16, 2017

Changes:

  • Added chunked and chunk_size keyword arguments to InfluxDBClient.query
  • Added chunked response parsing of queries and chunked response test
  • Added allow failure on docs for travis-ci

query doc strings now indicate that with chunked=True a list of ResultSet objects is returned with all data in the chunk.

On latest master branch trying to use chunked responses by setting params={'chunked': 'true'} would result in JSON parse failure.

@aviau aviau merged commit d1aa81a into influxdata:master Mar 1, 2017
@aviau
Copy link
Collaborator

aviau commented Mar 1, 2017

Thanks for the good PR!

@pkittenis
Copy link
Author

My pleasure 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants